>>> from django.core.mail import send_mail >>> send_mail('subject', 'message', 'Dont Reply <[email protected]>', ['[email protected]'])